Comments
Pascal
C/C++
/*This is a comment*/
C++ only
// This is also a comment
// A comment specified
// by this way extends
// only to the end of the
//current line
(* This is a comment*)